﻿2026-07-17T03:24:46.1916270Z ##[group]Run actions/checkout@v5
2026-07-17T03:24:46.1916789Z with:
2026-07-17T03:24:46.1917190Z   repository: BigscreenVR/spt-bs-core
2026-07-17T03:24:46.1919976Z   token: ***
2026-07-17T03:24:46.1920328Z   ssh-strict: true
2026-07-17T03:24:46.1920680Z   ssh-user: git
2026-07-17T03:24:46.1921028Z   persist-credentials: true
2026-07-17T03:24:46.1921401Z   clean: true
2026-07-17T03:24:46.1921745Z   sparse-checkout-cone-mode: true
2026-07-17T03:24:46.1922163Z   fetch-depth: 1
2026-07-17T03:24:46.1922501Z   fetch-tags: false
2026-07-17T03:24:46.1922842Z   show-progress: true
2026-07-17T03:24:46.1923204Z   lfs: false
2026-07-17T03:24:46.1923533Z   submodules: false
2026-07-17T03:24:46.1923886Z   set-safe-directory: true
2026-07-17T03:24:46.1924249Z env:
2026-07-17T03:24:46.1924578Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-07-17T03:24:46.1925012Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-07-17T03:24:46.1925397Z ##[endgroup]
2026-07-17T03:24:46.2667755Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-17T03:24:46.2669494Z ##[group]Getting Git version info
2026-07-17T03:24:46.2670180Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-07-17T03:24:46.2671110Z [command]/usr/bin/git version
2026-07-17T03:24:46.2671511Z git version 2.43.0
2026-07-17T03:24:46.2681365Z ##[endgroup]
2026-07-17T03:24:46.2692416Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/c78dff13-a1df-40a5-9261-a574d02f3f4f' before making global git config changes
2026-07-17T03:24:46.2693857Z Adding repository directory to the temporary git global config as a safe directory
2026-07-17T03:24:46.2695460Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-07-17T03:24:46.2727316Z [command]/usr/bin/git config --local --get remote.origin.url
2026-07-17T03:24:46.2743725Z https://github.com/BigscreenVR/spt-bs-core
2026-07-17T03:24:46.2753337Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-17T03:24:46.2755576Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-17T03:24:46.2774029Z HEAD
2026-07-17T03:24:46.2802550Z ##[endgroup]
2026-07-17T03:24:46.2803924Z [command]/usr/bin/git submodule status
2026-07-17T03:24:46.2987696Z ##[group]Cleaning the repository
2026-07-17T03:24:46.3023859Z [command]/usr/bin/git clean -ffdx
2026-07-17T03:24:46.3054963Z Removing traceable-reqs
2026-07-17T03:24:46.3061965Z [command]/usr/bin/git reset --hard HEAD
2026-07-17T03:24:46.3109710Z HEAD is now at 8dd7e4f Merge b677030328cf7684d2b89076e8b03858d3ae0661 into 0c7025338db716a5ed9cc4ceaa8d85dd04a38840
2026-07-17T03:24:46.3113884Z ##[endgroup]
2026-07-17T03:24:46.3115181Z ##[group]Disabling automatic garbage collection
2026-07-17T03:24:46.3118291Z [command]/usr/bin/git config --local gc.auto 0
2026-07-17T03:24:46.3141147Z ##[endgroup]
2026-07-17T03:24:46.3141864Z ##[group]Setting up auth
2026-07-17T03:24:46.3146565Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-17T03:24:46.3173974Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-17T03:24:46.3363002Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-17T03:24:46.3388204Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-17T03:24:46.3565617Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-17T03:24:46.3591197Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-17T03:24:46.3774939Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-17T03:24:46.3804602Z ##[endgroup]
2026-07-17T03:24:46.3805465Z ##[group]Fetching the repository
2026-07-17T03:24:46.3811145Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +8dd7e4faa45d9f6618b74f440bccc35c9fe3c5c4:refs/remotes/pull/19/merge
2026-07-17T03:24:46.8105799Z ##[endgroup]
2026-07-17T03:24:46.8106890Z ##[group]Determining the checkout info
2026-07-17T03:24:46.8107996Z ##[endgroup]
2026-07-17T03:24:46.8111105Z [command]/usr/bin/git sparse-checkout disable
2026-07-17T03:24:46.8163570Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-17T03:24:46.8189882Z ##[group]Checking out the ref
2026-07-17T03:24:46.8197671Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/19/merge
2026-07-17T03:24:46.8239110Z HEAD is now at 8dd7e4f Merge b677030328cf7684d2b89076e8b03858d3ae0661 into 0c7025338db716a5ed9cc4ceaa8d85dd04a38840
2026-07-17T03:24:46.8241544Z ##[endgroup]
2026-07-17T03:24:46.8272309Z [command]/usr/bin/git log -1 --format=%H
2026-07-17T03:24:46.8291257Z 8dd7e4faa45d9f6618b74f440bccc35c9fe3c5c4
